![]() |
Precise iOS Toolkit
2.13.0
|
Macros | |
| #define | SCARD_UNKNOWN 0 |
| #define | SCARD_ABSENT 1 |
| #define | SCARD_PRESENT 2 |
| #define | SCARD_SWALLOWED 3 |
| #define | SCARD_POWERED 4 |
| #define | SCARD_NEGOTIABLE 5 |
| #define | SCARD_SPECIFIC 6 |
| #define SCARD_ABSENT 1 |
This value implies there is no card in the reader.
Definition at line 91 of file winscard.h.
| #define SCARD_NEGOTIABLE 5 |
This value implies the card has been reset and is awaiting PTS negotiation.
Definition at line 103 of file winscard.h.
| #define SCARD_POWERED 4 |
This value implies there is power is being provided to the card, but the
Reader Driver is unaware of the mode of the card.
Definition at line 100 of file winscard.h.
| #define SCARD_PRESENT 2 |
This value implies there is a card is present in the reader, but that it has not been moved into position for use.
Definition at line 94 of file winscard.h.
| #define SCARD_SPECIFIC 6 |
This value implies the card has been reset and specific communication
protocols have been established.
Definition at line 106 of file winscard.h.
| #define SCARD_SWALLOWED 3 |
This value implies there is a card in the reader in position for use. The
card is not powered.
Definition at line 97 of file winscard.h.
| #define SCARD_UNKNOWN 0 |
This value implies the driver is unaware of the current state of the reader.
Definition at line 89 of file winscard.h.
1.8.1.1